-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable quarkus:build outcome cache for the main integration test #37258
Conversation
This comment has been minimized.
This comment has been minimized.
Nice @aloubyansky 👍 |
I'm not sure I understand why "after the third build"? |
The caching extension requires the dump configuration file to be created (happens when With the current implementation, you need
Thus only the third build would get a cache hit. This is why I asked to check in the dump configuration file to allow caching from the very first build |
Following up @maxandersen's suggestion to not check in Could you update the PR accordingly, @aloubyansky ?
|
a01cf68
to
fa84f2e
Compare
Failing Jobs - Building fa84f2e
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 17 #- Failing: integration-tests/opentelemetry-scheduler
📦 integration-tests/opentelemetry-scheduler✖
|
Closing as I incorporated the changes into #37622 . |
With the Gradle Enterprise caching enabled and this change the outcome of
quarkus:build
of the main integration test module will be cached after the third build.FYI @jprinet